Includes parameters of image saving. More...
Inherits Structure.
Includes parameters of image saving.
| pData | POINTER(c_ubyte), Input data buffer. |
| nDataLen | c_uint, Input data lenght. |
| enPixelType | MvGvspPixelType , Pixel format. |
| nWidth | c_uint, Image width. |
| nHeight | c_uint, Image height. |
| pImageBuffer | POINTER(c_ubyte), Output image buffer. |
| nImageLen | c_uint, Output image length. |
| nBufferSize | c_uint, Provided output buffer size. |
| enImageType | MV_SAVE_IAMGE_TYPE , Image format. |
| nJpgQuality | c_uint, Encoding quality, range: (50, 99]. |
| iMethodValue | c_uint, Interpolation mode for converting Bayer to RGB 24. 0: fast, 1: equilibrium, 2: optimal, 3: optimal plus. The values 0 and 3 are not supported for pixel formats of RBGG, BRGG, GGRB, and GGBR. |
| nReserved | c_uint * 3, Reserved. |